home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
g
/
gnu_c
/
crssrc16.zoo
/
test
/
Makefile
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1989-03-21
|
163 b
|
14 lines
ALL = BANDIT PUZZLE15
all: $(ALL)
BANDIT:
(cd bandit; make all)
PUZZLE15:
(cd puzzle15; make all)
clean:
(cd bandit; make clean)
(cd puzzle15; make clean)